home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / public < prev    next >
Encoding:
Text File  |  2001-03-21  |  425 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]public [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever a regular public message is sent to the
  6.    client's current channel by someone else also on the channel.
  7.  
  8. Parameters:
  9.    $0    nickname sending message
  10.    $1    channel sent to
  11.    $2-   text of message
  12.  
  13. See Also:
  14.    on(5) public_msg, public_notice, public_other, send_public; say(1)
  15.  
  16.